home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / BLT2_205.ZIP / src / platform.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  465 b   |  18 lines

  1. /*
  2.  *
  3.  * platform.h -  15-Oct-95 Cornel Huth
  4.  * This is included by all blt2cx0?.c
  5.  * Also see bullet?.h (esp. for DOSX32) 
  6.  * 
  7.  * IMPORTANT: Define ONE platform only, below 
  8.  *
  9.  */
  10.  
  11.  
  12. #define ON_OS2          // define this if using OS/2 platform
  13. //#define ON_W95          // define this if using WIN32 platform
  14. //#define ON_DOSX         // define this if using DOSX32 platform
  15.  
  16. #define USE_ANSI        // define this if ANSI screen control wanted
  17.  
  18.